time.zone.name (field)
12 uses
time (current package)
time.go#L490: name = l.cacheZone.name
zoneinfo.go#L47: name string // abbreviated name, "CET"
zoneinfo.go#L158: name = zone.name
zoneinfo.go#L168: name = zone.name
zoneinfo.go#L197: name = zone.name
zoneinfo.go#L619: if zone.name == name {
zoneinfo.go#L621: if nam == zone.name {
zoneinfo.go#L630: if zone.name == name {
zoneinfo_read.go#L269: zones[i].name = byteString(abbrev[b:])
zoneinfo_read.go#L275: zones[i].name = name[4:]
zoneinfo_read.go#L340: name: name,
zoneinfo_read.go#L356: if z.name == name && z.offset == offset && z.isDST == isDST {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |